home *** CD-ROM | disk | FTP | other *** search
/ Champak 28 / Volume 28 - JOGO DISK .iso / Games / dress_your_doll.swf / scripts / DefineButton2_100 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-11-13  |  101b  |  6 lines

  1. on(press){
  2.    startDrag(this,0);
  3.    this.swapDepths(_root.prv);
  4.    _root.prv = _root.prv + 1;
  5. }
  6.